Skip to content

Feat: Email Login Flow#114

Open
Ayush8923 wants to merge 7 commits intofeat/invitation-flowfrom
feat/email-validation-flow
Open

Feat: Email Login Flow#114
Ayush8923 wants to merge 7 commits intofeat/invitation-flowfrom
feat/email-validation-flow

Conversation

@Ayush8923
Copy link
Copy Markdown
Collaborator

@Ayush8923 Ayush8923 commented Apr 10, 2026

Issue: #115

Summary:

  • Add email-based magic link login option in the LoginModal alongside Google OAuth
  • Create shared TokenVerifyPage component for consistent token verification UI
  • Add /verify page for magic link verification and refactor /invite page to use the shared component
  • Add API proxy routes for magic link send (POST /api/auth/magic-link) and verify (GET /api/auth/magic-link/verify)

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 10, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 276faebd-246d-491b-a4ad-2619fa4164bc

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/email-validation-flow

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Ayush8923 Ayush8923 self-assigned this Apr 10, 2026
@Ayush8923 Ayush8923 linked an issue Apr 10, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Authentication: Add magic link login

1 participant